PNT Scripting
The following scripting options are available to perform data interface functions related to CygNet points and the Point service.
| COM API | Description and Link |
|---|---|
|
CxPnt |
The CxPnt automation interface can be used for data interface functions related to the PNT service. See CxPnt for more information. |
|
CxEventIf |
The CxEventIf control can be used for multiple data interface functions related to the Point service. The PointFacQuery object is used to setup and execute point/fac filtering queries for the PNT and FAC services. See CxEventIf.PointFacQuery for more information. |
|
CxPntEditor |
The CxEditors library is the standard library for service-editing objects. The objects contained in CxEditors are dialog box-based editors for CygNet services and service-specific items. See CxPntEditor for more information. |
|
CxScript.Point |
A Point object holds the properties for a point when a reference is created with the Points Object. Its properties are read-only. See CxScript.Point for more information. |
|
CxScript.PointMetadata |
The PointMetadata object contains methods to retrieve point metadata information. Point metadata cannot be modified with this object. See CxScript.PointMetadata for more information. |
|
CxScript.Points |
The Points object works in conjunction with a HyperPoint and can be thought of as a collection of points for a HyperPoint Script to monitor. Typically, tags are added to the Points object in the HyperPoint’s OnInitializeEx event. See CxScript.Points for more information. |
|
CxScript.PointTag |
A PointTag object enables you to parse one or more components from a CygNet tag. For instance, the PointTag object would enable you to parse LongPointId from the tag Site.Service.PointId:LongPointId. See CxScript.PointTag for more information. |
The following utility is available to help manage script copying functions related to the Point service.
| CygNet Utility | Description |
|---|---|
|
Point Script Copy |
The CygNet Point Script Copy utility provides a method for uploading/downloading scripts to/from points, and copying scripts from point to point. See CygNet Point Script Copy Utility for more information. |
See Scripting for general information about scripting in CygNet Software.

